+2006-03-30 Michael Emmel <mike.emmel@gmail.com>
+
+ * gdk/directfb/gdkpixmap-directfb.c implement
+ (gdk_pixmap_foreign_new_for_screen)
+
2006-03-30 Emmanuele Bassi <ebassi@cvs.gnome.org>
Add documentation for the GtkLinkButton (#336592)
+2006-03-30 Michael Emmel <mike.emmel@gmail.com>
+
+ * gdk/directfb/gdkpixmap-directfb.c implement
+ (gdk_pixmap_foreign_new_for_screen)
+
2006-03-30 Emmanuele Bassi <ebassi@cvs.gnome.org>
Add documentation for the GtkLinkButton (#336592)
return gdk_pixmap_foreign_new(anid);
}
+GdkPixmap*
+gdk_pixmap_foreign_new_for_screen (GdkScreen *screen,
+ GdkNativeWindow anid,
+ gint width,
+ gint height,
+ gint depth)
+{
+ /*Use the root drawable for now since only one screen */
+ return gdk_pixmap_new(NULL,width,height,depth);
+}
+
+
GdkPixmap*
gdk_pixmap_lookup (GdkNativeWindow anid)
{